|
In computer science, the Akra–Bazzi method, or Akra–Bazzi theorem, is used to analyze the asymptotic behavior of the mathematical recurrences that appear in the analysis of divide and conquer algorithms where the sub-problems have substantially different sizes. It is a generalization of the well-known master theorem, which assumes that the sub-problems have equal size. == The formula == The Akra–Bazzi method applies to recurrence formulas of the form : The conditions for usage are: * sufficient base cases are provided * and are constants for all i * for all i * for all i * , where ''c'' is a constant and ''O'' notates Big O notation * for all i * is a constant The asymptotic behavior of T(x) is found by determining the value of p for which and plugging that value into the equation : and will, as per the Akra–Bazzi theorem, have the same asymptotic behavior. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Akra–Bazzi method」の詳細全文を読む スポンサード リンク
|